home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / PRINT3A.ARJ / PRINTER3.DOC < prev    next >
Text File  |  1992-08-22  |  6KB  |  124 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                         Printer Command Central 
  12.  
  13.                  ▒▒▄      ▒▒▄ ▒▒▒▒▒▒▄     ▒▒▒▒▒▒▄
  14.                   ▒▒█    ▒▒█▀  ▀▀▀▒▒█     ▒▒█▀▒▒█
  15.                    ▒▒█  ▒▒█▀   ▒▒▒▒▒█     ▒▒█ ▒▒█
  16.                     ▒▒█▒▒█▀     ▀▀▒▒█     ▒▒█ ▒▒█
  17.                      ▒▒▒█▀    ▒▒▒▒▒▒█ ▒▒▄ ▒▒▒▒▒▒█ A
  18.                       ▀▀▀      ▀▀▀▀▀▀  ▀▀  ▀▀▀▀▀▀ 
  19.                          (C)1992 Bret Lanius
  20.  
  21.                         1493 Walunt Ridge Way
  22.                        Stone Mountain Ga 30083
  23.                            CIS 72667,2365
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.         Printer Command is not, nor has it ever been, free software. 
  32.         It is copyright and is distributed as SHAREWARE.  You are granted
  33.         a limited license to use Printer Command for an evaluation period,
  34.         not to exceed 30 days.  Use of Printer Command beyond the evaluation
  35.         period requires registration.
  36.  
  37.         You may give copies of Printer Command to others for their
  38.         evaluation so long as no fee is charged for the copy.  
  39.         Printer Command may also be posted on electronic bulletin board
  40.         systems (BBS's) as long as no fee is charged to access Printer
  41.         Command beyond subscription or online time fees normally charged
  42.         for access to the BBS.
  43.  
  44.         Those copying, sharing, and/or electronically transmitting Printer
  45.         Command may not delete, add, or in any way modify any of the files
  46.         in the package.  Printer Command must be distributed in it's 
  47.         entirety, complete with documentation.  Anyone not adhering to these
  48.         conditions is in direct violation of copyright law.
  49.  
  50.  
  51.  
  52. To register Printer Command Send your Name, address, and $10 to:                                                                                                
  53.       ┌───────────────────────────┐                                                                                                                             
  54.       │ Bret Lanius               │                                                                                                                             
  55.       │ 1493 Walnut Ridge Way     │                                                                                                                             
  56.       │ Stone Mountain, GA 30083  │                                                                                                                             
  57.       └───────────────────────────┘                                                                                                                             
  58. You will recieve the latest Version of the program and info on future Upgrades
  59.  
  60. Add $5 if you would like me to send along the ApBasic Source Code. (I can 
  61. also send you the shareware version of ApBasic if you request it)
  62.  
  63. You may contact me Via Compuserve or write to the above address for support.
  64.  
  65.  
  66.                         Files in this Zip file
  67.  
  68.         Printer3.exe    The Program
  69.         Printer3.doc    This Documentation
  70.         Default.prt     A sample Printer file (For the Epson Lq500 printer)
  71.  
  72.  
  73.  
  74.                              WHAT IT IS
  75.           Printer Command allows you to send printer configuration codes
  76. to any Printer. For example if your printer prints condensed or has
  77. different fonts these are slectable by sending a series of control codes
  78. to the printer.
  79.  
  80.           You could load up Basic and do it like this:
  81.                     Lprint chr$(27);chr$(15)
  82. And Most Good applications have a way to set up for your
  83. printer, but what about when you are print a listing out and you want it
  84. in condensed and bold. Well this is where a program like Printer Command
  85. comes in handy.
  86.  
  87.  
  88.                Setting Up and Using Printer Command
  89.  
  90.           The main program must be able to find the file Default.prt
  91. which has the codes for your printer in it. So Unless you only run it from 
  92. the directory it is in, You Must set an enviroment variable for this program
  93. to work. WAIT! don't Panic. It is very easy just add the following line to
  94. your autoexec.bat and then reboot your computer.
  95.  
  96. set prtpath=c:\                                                                                                                                                 
  97.             ^──┐                                                                                                                                                
  98.                └─>Substitute the drive and directory that you put Default.prt                                                                                   
  99.                     into. (usually the root directory)
  100.  
  101. Now when you run printer command you should see the some text in the main 
  102. window. If not check and be sure that Prtpath is set properly. At the bottom
  103. you will see four choices (S)end (C)onfig (H)elp (Q)uit. Press the letter of
  104. the command you wish to execute.
  105.  
  106. (S)end
  107.         This pops up a cursor in the main window. Use the arrow keys to place
  108. the cursor on the item you wish to select, and press [ENTER] to send it to
  109. your printer (NOTE:Be Sure your printer is ON and ON-LINE). Pressing the ESC
  110. key will abort the send option.
  111.  
  112. (C)onfig 
  113.         This works like the send option except when you press [ENTER] you
  114. will be prompted at the bottom to enter a 10 character description and then 
  115. to enter to codes you want to send. Enter the Codes VERY CAREFULLY. See your
  116. printer manual for the available codes. Seperate each code with "/".
  117.  e.q.
  118.         27/64/22
  119. Each Item can only have 18 characters including the slashes. 
  120. Your new code and description will then be added at the cursor position.
  121.  
  122. (H)elp & (Q)uit
  123.         I would hope that these two don't need explaination.
  124.